DataCollection
InsertAsync メソッド (C1DataCollectionHub<T>)

C1.DataCollection.SignalR.Server アセンブリ > C1.DataCollection.SignalR.Server 名前空間 > C1DataCollectionHub<T> クラス : InsertAsync メソッド
The token that determines whether the calling collection is synchronized.
The index where the item will be inserted.
The item to be inserted.
Inserts the specified item at the specified index in the collection.
シンタックス
'宣言
 
Public Function InsertAsync( _
   ByVal eTag As System.Guid, _
   ByVal index As System.Integer, _
   ByVal addedItem As T _
) As System.Threading.Tasks.Task(Of Integer)
public System.Threading.Tasks.Task<int> InsertAsync( 
   System.Guid eTag,
   System.int index,
   T addedItem
)

パラメータ

eTag
The token that determines whether the calling collection is synchronized.
index
The index where the item will be inserted.
addedItem
The item to be inserted.
参照

C1DataCollectionHub<T> クラス
C1DataCollectionHub<T> メンバ